﻿@charset "utf-8";










@media screen and (max-width: 1500px) {
    .hz .hz-min{
        width: 1270px;
    }
    .hz .hz-min ul{
        height: 380px;
        overflow: hidden;
    }
    .hz .hz-min ul li{
        width: 214px;
        margin: 0 20px;
    }
}





.news{
    padding:0px 0 50px 0;
}
.news .contents{
    padding-top: 0px;
}
.news .contents .news-item{
    float: left;
    width: 418px;
    margin-right: 73px;
}
.news .contents .news3{
    margin: 0;
}
.news .contents .news-item h3{
    font-size: 24px;
    color: #333;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
}
.news .contents .news-img-txt dl{
    margin-bottom: 18px;
}
.news .contents .news-img-txt dl dt{
    position: relative;
    width: 418px;
    margin-bottom: 25px;
    overflow: hidden;
}
.news .contents .news-img-txt dl dt a
{
    height:285px;
    display:block;
    overflow:hidden;
}
.news .contents .news-img-txt dl dt span{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 108px;
    line-height: 38px;
    text-align: center;
    background: rgba(0,0,0,.7);
    font-size: 16px;
    color: #fff;
}
.news .contents .news-img-txt dl dt img{
    display: block;
    width: 100%;
    height: 334px;
    transition: all .6s ease;
}
.news .contents .news-img-txt dl dt a:hover img{
    transform: scale(1.16);
}
.news .contents .news-img-txt dl dd h5{
    margin-bottom: 16px;
}
.news .contents .news-img-txt dl dd h5 a{
    font-size: 20px;
    color: #001332;
    line-height: 1;
    font-weight: normal;
}
.news .contents .news-img-txt dl dd p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    height:78px;
    overflow:hidden;
}
.news .contents .news-img-txt ol li{
    line-height: 52px;
    border-top: 1px dashed #dadbdc;
}
.news .contents .news-img-txt ol li a{
    font-size: 16px;
    color: #001332;
    padding-left: 32px;
    background:url(../image/news_ico.png) no-repeat 2px center;
}
.news .contents .news-img-txt .more{
    display: block;
    width: 110px;
    margin-top: 10px;
    line-height: 34px;
    text-align: center;
    background: #00122f;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}
.news .contents .news3 .news-wd{

}
.news .contents .news3 .news-wd dl{
    padding: 10px 0 16px 0;
    border-bottom: 1px solid #e8e8e8;
}
.news .contents .news3 .news-wd dl dt{
    margin-bottom: 12px;
}
.news .contents .news3 .news-wd dl dt a{
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.news .contents .news3 .news-wd dl dd p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
}
.news .contents .news3 .news-wd dl.no{
    border: 0;
}



.contents
{
    width: 1400px;
    margin: 0 auto;    
}
@media screen and (max-width: 1500px) {
    .news .contents{ display:none
    }
   .contents,.link{ display:none}
}

.link{
    width: 1400px;
    margin: 0 auto 20px;
    overflow: hidden;
    line-height: 40px;
}
.link p i{
    font-size: 16px;
    color: #666;
}
.link p a{
    font-size: 14px;
    color: #999;
    margin: 0 20px;
}
.link span a{
    font-size: 14px;
    color: #00122f;
}


-moz-user-select:-moz-none;